-
Notifications
You must be signed in to change notification settings - Fork 4
[NAE-2058] Role refactor #282
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: release/8.0.0
Are you sure you want to change the base?
Conversation
- corrected according to PR
# Conflicts: # projects/netgrif-components-core/src/lib/task-content/services/field-converter.service.ts
[NAE-1911] Autosave on text area in cooperation with button
[NAE-1497] Frontend actions
- updated changelog - updated version
- refactor loading items on left and right side - implement backend item sorting
- rework of caseref to multichoice
- apply backend sorting of menu items - change sorting icon
- corrected set of field.changed
- reverted set of field.changed - after discussion, found solution for checking field contextually
- modified algorithm of resolving taskref behaviour
- allow leftMenu to display items without children and custom items - fix console error
- rework of caseref to multichoice - rework of caseref to enumeration - rework of single task view without virtual scroll
- fix height of single task dialog
[NAE-1915] TaskRef behaviour handling for multiple level
- fix test
Nae 1904 Case ref as multichoice and enumeration
# Conflicts: # projects/netgrif-components/src/lib/navigation/group-navigation-component-resolver/default-components/default-case-ref-list-view/default-case-ref-list-view.component.ts
- fixes of user field
- fixes of multichoice autocomplete
- fix tests
# Conflicts: # package.json # projects/netgrif-components-core/package.json # projects/netgrif-components-core/src/lib/data-fields/file-field/abstract-file-field.component.ts # projects/netgrif-components/nae-theme.scss # projects/netgrif-components/package.json # projects/netgrif-components/src/lib/data-fields/button-field/button-default-field/button-default-field.component.scss # projects/netgrif-components/src/lib/data-fields/data-field.theme.scss # projects/netgrif-components/src/lib/data-fields/user-list-field/user-list-default-field/user-list-default-field.component.html
- implement grid/flex layout - remove dataGroups - update engine petriNets on new layouts
- cleanup
- cleanup
- update to 18
- update to angular 19 and fix problems in build
- rename user to identity - fix login to work with backend
- remove unused interfaces: IdentityResourceSmall, NetRole, PetriNetReferenceWithPermissions, RolesAndPermissions - rename attributes: email to username, processRoles to roles - remove roles and permissions logic from process service - update permissions interface to add viewDisabled property - replace UserComparatorService with ActorComparatorService - update user invitation and signup functionality - update case-header to use authorId instead of author object - remove obsolete code related to roles in UI components - add todo comments for role management related code
- refactor ProcessRole interface and move to roles folder - create Role base interface - add CaseRole and ApplicationRole interfaces - implement RbacResourceService for role management - update nae.json with RBAC configuration - add unit tests for RbacResourceService
- rename processRole.ts, caseRole.ts, and applicationRole.ts to use kebab-case - rename CaseRole to CaseProcessRole - update imports to reflect new file names - adjust references and tests to renamed classes and files
- remove ActorResourceService and its test - add hasRole logic to ActorService
- remove visualId header - implement ActorService.isAdmin - reimplement permission handling in permission.service
- fix ActorService attributes values after identity change - introduce PermissionsWrapper as result of backend changes
- fix workflow component - implement properties initialization for process - fix UriNodeResource id attribute
- remove impersonation
- remove role assign component
- implement IdentityResourceService.getPublicLoggedIdentity
- fixes
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
@@ -8,7 +8,7 @@ jobs: | |||
runs-on: ubuntu-latest | |||
strategy: | |||
matrix: | |||
node-version: [ 12, 14, 16, 18 ] | |||
node-version: [ 14, 16, 18 ] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should we add node 20 ?
Description
Components and components-core were updated according to backend changes. No new feature introduced.
Implements NAE-2058
Dependencies
No new dependencies were introduced
Third party dependencies
No new dependencies were introduced
Blocking Pull requests
There are no dependencies on other PR
How Has Been This Tested?
Just manually. Tests are going to be updated in another task.
Test Configuration
Checklist: